VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / TextOverlayCollection Class / Find<T>() Method
Syntax Requirements SeeAlso
In This Topic
Find<T>() Method (TextOverlayCollection)
In This Topic
Finds the element of the specified type.
Syntax
'Declaration

Public Overridable Function Find<T
The element type.
>() As T (Of T
The element type.
As TextOverlay)
public virtual T Find<T>()
where T: TextOverlay

Type Parameters

T
The element type.

Return Value

TextOverlay object if element was found successfully, otherwise, null.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also